/* v2.0 | 20110126
http://meyerweb.com/eric/tools/css/reset/ 
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.container,
.row {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .nav_text {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .nav_text {
    height: 50px;
    line-height: 50px;
  }
}
.nav_text {
  border-bottom: solid 1px #E6E6E6;
  text-align: right;
}
.nav_text img {
  margin-right: 6px;
}
.nav_text span {
  cursor: pointer;
}
.nav_text .active_style {
  color: #30A0FE;
}
a {
  color: #A0A0A0 !important;
  text-decoration: none !important;
}
/*分页*/
#box .navigation {
  text-align: center;
}
#box .pagination {
  margin: 58px auto;
}
#box .pagination a {
  margin-right: 8px;
}
#box .pagination .active a {
  background: #2B9EF9;
  color: #fff !important;
  margin-right: 8px;
  border: none;
}
#box .pagination #pageTo {
  height: 34px;
  line-height: 34px;
  display: inline-block;
  color: #555555;
  margin-left: 16px;
}
#box .pagination #pageTo .topageNum {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #C1BFBB;
  vertical-align: top;
}
#box .pagination #pageTo .surePage {
  display: inline-block;
  height: 34px;
  width: 56px;
  color: white;
  background: #2B9EF9;
  line-height: 34px;
  text-align: center;
  vertical-align: top;
  margin-left: 13px;
}
